This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Extracting OLE objects embedded in form - use of C API?? ~Umberto Nongeroson 8.Nov.02 05:20 PM a Web browser Applications Development All ReleasesWindows 2000
NSFNoteOLEDissasociateFileFromObject is not going to help you. That and two companion functions, NSFNoteOLEAssociateFileToObject and NSFNoteOLEGetAssociateFileOnObject, are a mechanism to associate additional files, not directly related to the OLE storage, with an OLE object. They have nothing to do with accessing the OLE object storage itself.
Does the NSFNoteExtractOLE2Object C API function work? Seems like it should.